EMT Practice Test

1. Question Content...


Question List

Question1: A developer writes an OmniScript that includes a DataRaptor that updates the Account status based on information provided from the OmniScript. The information must be updated only if the Account record already exists. Otherwise, a new account must be created.
How should the developer accomplish this task?

Question2: Refer to the exhibit.

A developer has configured an integration Procedure element with SEND/RESPONSETRANFORMATIONS as shown.
Alternatively, how could the developer configure Additional input to send exactly the same data? Assume that the developer checked Send Only Additional input.

Question3: Refer to the exhibit below. What JSON code correctly represents the step in the OmniScript Structure panel shown?

Question4: A developer has an existing DataRaptorLoad that insert Contact records with inputs as LastName and firstName. The DataRaptor works as expected when previewed.
The developer creates an integration Procedure to test the DataRaptor and is using a SetValues element in the Integration Procedure toset the first name and last name for the contact record. The DataRaptor and Integration Procedure are set up as shown in the exhibit below.

When the developer executes the Integration procedure in preview, the following error message displays:
Required fields are missing: [last Name]'',
How should the developer address this issue?

Question5: Refer to the exhibit below. What is the merge code needed for this Integration Procedure structure to pass a CaseData node from the HTTP Action's output to the DataRaptor Transform Action?

Question6: In a calculation procedure, what is required for the output of a calculation step to be used in an aggregation step?

Question7: A developer creates an Integration Procedure with a Set values and a DataRaptor Extract Action that requires Accountld as a key. When the developer previews the Integration Procedure, the developer enters the Accountld correctly and executes the preview. The developer sees the dataextracted by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?

Question8: Which two in an integration Procedure or DataRaptor can execute a function like CONCAT or DATEDIFF?
Choose 2 answers

Question9: A developer is creating a FlexCard for a new Community page. The FlexCard will display case information along with actions to close the case and update the case, and it will be styled using the Community's theme.
What must the developer do to configure the FlexCard for deployment in acommunity?

Question10: A developer creates a Flexcardthat displaysa contact's mailing address and passes the contact's postal code to a child FlexCard.
When configuration text elements in the child FlexCard, what syntax should a developer use to refer to the contact's postal code?

Question11: A developer examines data received from an external data source. The data is nested two levels down in the JSON structure.
Which OmniStudio tool could the developer use to simplify this data?

Question12: A developer has a requirement to create a child FlexCard that contain all of its parent FlexCard's records in a Datatable.

Question13: A developer needs to retrieve data from an external system that stores policy data. The external system supports REST APIs to access and update the policies. Due to the volume of the policy data and peak hours of hours of business, calls to the REST APIs sometimes take longer than expected to response.
The developer creates an Integration Procedure to retrieve the policy data for use in an OmniScript.
Given the external system'sknownperformance issues, which configuration should be used to implement the call to the external system?
Choose 2 answers

Question14: A developer is building an OmniScript and needs to retrieve data from a single field in aSalesforce record.
Which OmniScript element does this?

Question15: A developer needs to build a multi-step intake form. Each step must allow the user to cancel the intake at any time. The developer is using an LWC OmniScript to build the form.
How should the developer implement thecancel functionality for all steps using the LWC OmniScript Designer?

Question16: A developer creates a new FlexCardto display customer data and actions, such as updating billing information and changing the contact for the customer account. The FlexCard contains 10 fields and 5 actions.
During testing, several fields display with the correct data, but one of the fieldsshows only the label.
What could cause this?

Question17: An OmniScript updates data from one Salesforce record, but when it completes, only some of the data is updated in Salesforce. ADataRaptor Load saves the data. What error could cause this behavior?
Choose 2 answers

Question18: A developer is building a DataRaptor Load for an Integrate Procedure used in an OmniScript.
Based on best practices, how should the developer configure the Input JSON?

Question19: A developer needs to configure a DataRaptor to retrieve data from a singleobject. Thestructure of the output data does not need to be changed.
Following best practices, which type of DataRaptor should the developer use?

Question20: Refer to the exhibit.
What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BlkContacts is a Repeat Block.

Question21: When launching an OmniScript from an action on a FlexCard, the OmniScript displays, but no Salesforce data is populated:
Which two errors could cause this behavior?
Choose 2 answers
Choose 2 answers

Question22: Refer to the exhibit.

All inputs to the Calculation Matric are set correctly.
The Calculation Matrix has the following input:

What is the output?

Question23: The OmniScript must retrieve device details stored in the Assetobject and then call an external system to send troubleshooting commands via REST API to the device.
Which two OmniScript element should the developer use to configure this functionality?

Question24: A developer creates a FlexCard with five state elements. For of the stateshave a condition. To test the FlexCard, the developer previews it using sample data that causes two of the states to have true conditions.
In this scenario, how will the developer know which state will display?

Question25: A customerhas anew Engagement Manager who is going to be the new Primary Contact for the Account.
What type of mapping does a DataRaptor Load use to create the new contact and then add it as the new Primary Contact?

Question26: In an Integration Procedure, a developer needs to perform a multi-step calculation on every element of an array.
Based on best practices, what two methods are recommended?
Choose 2 answers

Question27:

Question28: Refer to the following row-versioned calculation matrix.

The developer needs to delete the row that contains the Code CA-SF.
If the developer deletes that row in Version 3, whatis the result?

Question29: In an OmnoScript, a developer needs to configure a Disclosureelement to require user input only if the user already checked a Non-Disclosure Agreement Checkbox.
How should the developer configure the conditional view to meet this requirement?

Question30: A developer is configuring a DataRaptor Load to Savecontract data. The developer needs to set the record type of the contact using DeveloperName.
Which two configuration actions should the developer take to set this up in the DataRaptor Load?

Question31: Refer to the exhibit below. In this Integration Procedure structure, what Send JSON Path would you use to send the output of the ActionZ element to a Response Action?

Question32: An integration Procedure uses an HTTP action to makea REST API call. The response from the REST API must be converted into a specific XML structure before sending it as an input to another external wen service.
How should the developer configure the Integration Procedure to meet this requirement?

Question33: Refer to the exhibit below. A developer has configured an integration Procedure element with Additional input.
Alternatively, how could the developer configure SEND/RESPONSE TRNSFORMATION to send exactly the same data? Assume the developer has un-checked Send Only Additional input.

Question34: Refer to theexhibit below. In this integration production structure, what Send JSON Path would be used to send the Output of the Action1 element to a Remote Action?

Question35: A developer creates an Integration Procedure with a Set Values and a DataRaptor Extract Action that requires AccountId as a key. When the developer previews the Integration Procedure, thedeveloper enters the AccountId correctly and execute the Preview. The developer sees the data extract by the DataRaptor in the Debug Log, but the response is empty.
What is the likely cause of this issue?

Question36: A developer has a requirement to create a child FlexCard that contains all of its parent FlexCard's records In a Datable How should the developer configure the parent FlexCard's Node?